runtime.mcache.tinyAllocs (field)
6 uses
runtime (current package)
malloc.go#L1177: c.tinyAllocs++
mcache.go#L43: tinyAllocs uintptr
mcache.go#L170: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L171: c.tinyAllocs = 0
mcache.go#L311: atomic.Xadd64(&stats.tinyAllocCount, int64(c.tinyAllocs))
mcache.go#L312: c.tinyAllocs = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)